home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / time / Time_GetTime.man < prev    next >
Text File  |  1991-04-22  |  1KB  |  41 lines

  1. '\" Copyright 1991 Regents of the University of California
  2. '\" Permission to use, copy, modify, and distribute this
  3. '\" documentation for any purpose and without fee is hereby
  4. '\" granted, provided that this notice appears in all copies.
  5. '\" The University of California makes no representations about
  6. '\" the suitability of this material for any purpose.  It is
  7. '\" provided "as is" without express or implied warranty.
  8. '\" 
  9. '\" $Header: /sprite/src/lib/c/time/RCS/Time_GetTime.man,v 1.1 91/04/21 22:44:12 kupfer Exp $ SPRITE (Berkeley)
  10. '/" 
  11. .so \*(]ltmac.sprite
  12. .HS Time lib
  13. .BS
  14. '\" Note:  do not modify the .SH NAME line immediately below!
  15. .SH NAME
  16. Time_GetTime \- Get the current time of day.
  17. .SH SYNOPSIS
  18. .nf
  19. \fB#include <spriteTime.h>\fR
  20. .sp
  21. void
  22. \fBTime_GetTime\fR(\fInowPtr\fP)
  23. .SH ARGUMENTS
  24. .AS Time *nowPtr
  25. .AP Time *nowPtr out
  26. The current time of day.
  27. .BE
  28.  
  29. .SH DESCRIPTION
  30. .PP
  31. .B Time_GetTime
  32. is like the UNIX
  33. .BR gettimeofday ,
  34. except it is defined using the Sprite type
  35. .BR Time .
  36. It returns the current time in seconds and microseconds since the
  37. start of the epoch.
  38.  
  39. .SH KEYWORDS
  40. time
  41.